projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a346ca7
)
sandbox: Enable DHCP and IP defrag
author
Joe Hershberger
<
[email protected]
>
Sun, 22 Mar 2015 22:09:22 +0000
(17:09 -0500)
committer
Simon Glass
<
[email protected]
>
Sat, 18 Apr 2015 17:11:13 +0000
(11:11 -0600)
This is now testable via the eth-raw interface
Signed-off-by: Joe Hershberger <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
include/configs/sandbox.h
patch
|
blob
|
history
diff --git
a/include/configs/sandbox.h
b/include/configs/sandbox.h
index 9769a8dd806d4871ca719b3e94ec5ef4e4f11304..558ea2c173088d8acba1e7bf00446c00af8e3f6c 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-131,6
+131,14
@@
#include <config_cmd_default.h>
#define CONFIG_CMD_PING
+#define CONFIG_CMD_DHCP
+#define CONFIG_BOOTP_DNS
+#define CONFIG_BOOTP_DNS2
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_SEND_HOSTNAME
+#define CONFIG_BOOTP_SERVERIP
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_IP_DEFRAG
#define CONFIG_CMD_HASH
#define CONFIG_HASH_VERIFY